home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'Jasc Software, Inc.',
- 'Copyright': 'Copyright (c) 2003-2004 Jasc Software, Inc. All rights reserved.',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def MIPTemplate_Print():
- return {
- 'PrintingOptions': {
- 'PrinterName': None,
- 'Orientation': 0,
- 'NumCopies': 1,
- 'Negative': App.Constants.Boolean.false,
- 'Background': App.Constants.Boolean.false,
- 'BackgroundColor': (255,255,255),
- 'OutputOption': 0,
- 'CornerCropmarks': App.Constants.Boolean.false,
- 'CenterCropmarks': App.Constants.Boolean.false,
- 'RegistrationMarks': App.Constants.Boolean.false,
- 'ImageLabels': App.Constants.Boolean.false,
- 'Header': App.Constants.Boolean.false,
- 'HeaderText': '',
- 'Footer': App.Constants.Boolean.false,
- 'FooterText': '',
- 'CMYKLabels': App.Constants.Boolean.false,
- 'PrintQuality': -2,
- 'PaperSize': 1,
- 'DriverExtra': """"""
- },
- 'MIPCmdFile': '',
- 'TemplateMetric': App.Constants.Boolean.false,
- 'PageDimensions': (8.5,11),
- 'TemplateCategory': 'Combinaties',
- 'TemplateDescription': 'Combinatie van (1) 5" x 7" en (9) 1.5" x 2.5"',
- 'Template': [{
- 'CellPosition': (0.743739,0.380036),
- 'CellSize': (7,5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.751708,5.58632),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (3.15608,5.58632),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (5.54793,5.58632),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.751708,7.27689),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (3.15608,7.27689),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (5.54793,7.27689),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.751708,8.97999),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (3.15608,8.97999),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (5.54793,8.97999),
- 'CellSize': (2,1.5),
- 'ImagePlacement': 0,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- }]
- }
-
- def Do(Environment):
- App.Do( Environment, 'Print', MIPTemplate_Print())
-
-